home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sounds Terrific 2
/
Sounds Terrific II (1996)(Weird Science)(Disc 1 of 2)[Amiga-PC].iso
/
archives
/
amiga
/
ptreplay514.lha
/
PTReplay
/
Include
/
ptreplay.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-04-03
|
331b
|
20 lines
/* ptreplay.h -- definition of ptreplay.library structures */
#ifndef PTREPLAY_BASE_H
#define PTREPLAY_BASE_H
#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif
#define PTREPLAYNAME "ptreplay.library"
struct Module
{
STRPTR mod_Name;
/* The rest is private for now, but more details may be released later. */
};
#endif